home *** CD-ROM | disk | FTP | other *** search
- object FrmClient1: TFrmClient1
- Left = 192
- Top = 107
- Width = 488
- Height = 161
- Caption = 'AutomationClient'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDefaultPosOnly
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 457
- Height = 65
- AutoSize = False
- WordWrap = True
- end
- object btnToggleVisible: TButton
- Left = 64
- Top = 96
- Width = 145
- Height = 25
- Caption = 'Toggle Visible'
- TabOrder = 0
- OnClick = btnToggleVisibleClick
- end
- object btnQuitServer: TButton
- Left = 232
- Top = 96
- Width = 147
- Height = 25
- Caption = 'Quit Server'
- TabOrder = 1
- OnClick = btnQuitServerClick
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 100
- OnTimer = Timer1Timer
- Left = 24
- Top = 56
- end
- end
-